JMResumeApplet
Resumes execution of a suspended applet.
OSStatus JMResumeApplet (JMAppletViewerRef viewer);
viewer
- The applet you want to execute.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
You can use theJMResumeApplet
function to resume execution of an applet halted by theJMSuspendApplet
function. If you want to restart the applet from the beginning, you should use theJMRestartApplet
function or theJMReloadApplet
function .